home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
Registration
/
Decoder.h
next >
Wrap
Text File
|
1992-12-19
|
1KB
|
48 lines
/*
* (C) 1992 Simson Garfinkel and Associates, Inc.
*
* NeXTSTEP developers may freely use and redistribute this software as long
* as credit is given to Simson Garfinkel and Associates.
*
* EXPORT RESTRICTIONS:
*
* You may not ship the source-code module des.c outside of the US or canada.
*
* You may ship a program which uses the des.o compiled module outside of the
* United States to any type T or type V country as long as you do not provide
* cryptographic services to the user in your program and you clearly
* declare "commodity control number 5D11A" on your export declaration.
*
* Type T countries include all countries in the Western Hemisphere except Cuba.
* Type V countries include all countries in the Eastern Hemisphere except
* the previous communist block countries and the People's Republic of China,
* Vietnam, Cambodia, and Laos.
*
* For further information, contact the Office of Export Control:
*
* Bureau of Export Administration
* P.O. Box 273
* Washington, DC 20044
* 202-377-2694
*/
#import <objc/Object.h>
@interface Decoder:Object
{
id accessionNumberCell;
id validCell;
id productCodeCell;
id startDateCell;
id licenseStringCell;
id companyKeyCell;
id endDateCell;
id maxMachinesCell;
id form;
id licenseTypeCell;
}
- calc:sender;
@end